feat(profile): add GitHub repositories section to user profile#5597
Open
AmarTrebinjac wants to merge 1 commit intomainfrom
Open
feat(profile): add GitHub repositories section to user profile#5597AmarTrebinjac wants to merge 1 commit intomainfrom
AmarTrebinjac wants to merge 1 commit intomainfrom
Conversation
Display public GitHub repos on user profiles with repo cards showing name, description, language, stars, and forks. Repos are fetched via the new userGithubRepositories GraphQL query when a GitHub social link is present. Includes GithubRepoCard, ProfileUserGithubRepos components, useUserGithubRepos hook, and language color mapping utility. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
ProfileUserGithubRepossection to user profile pages, displaying top public GitHub repos in a 2-column card gridGithubRepoCardcomponent styled like GitHub's repo cards — shows name, description, language with color dot, stars, and forksuseUserGithubReposhook using TanStack Query, enabled only when user has a GitHub social linkpackages/shared/src/graphql/github.tsKey decisions
ForkIconexists in the icon systemTest plan
Closes ENG-821
Created by Huginn 🐦⬛
Preview domain
https://eng-821-add-github-repos-to-prof.preview.app.daily.dev